home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Online / MagPLIP / Installation Notes < prev    next >
Text File  |  1998-04-01  |  3KB  |  76 lines

  1.  
  2.   Further Installation notes
  3.  
  4.   --------------------------------------------------------------------------
  5.                    IMPORTANT NOTE!
  6.   PLEASE READ THE UPGRADE INFORMATION IN THE SUPPLIEDE AMIGAGUIDE® DOCUMENT!
  7.   --------------------------------------------------------------------------
  8.  
  9.   Unfortunatly, the Installer-script is not able to the steps which are
  10.   necessary to integrate the magPLIP device in the AmiTCP/IP environment.
  11.  
  12.   If install magPLIP for the first time, the following installation steps
  13.   are left to be done by you:
  14.  
  15.   On both systems you want to connect, load the file AMITCP:db/interfaces
  16.   into you favorite text editor. Add the following lines:
  17.   
  18.       magplip0 DEV=AMITCP:DEVS/Networks/magplip.device UNIT=0 P2P NOARP ...
  19.                                WRITEREQ=32 IPREQ=32
  20.       magplip1 DEV=AMITCP:DEVS/Networks/magplip.device UNIT=1 P2P NOARP ...
  21.                                WRITEREQ=32 IPREQ=32
  22.  
  23.   Don't type in the ellipsis, instead concatenate the lines to one.
  24.  
  25.   This tells AmiTCP/IP that there are two magPLIP devices, only one of
  26.   which you will actually use, however.
  27.  
  28.   To tell AmiTCP/IP which interface you want to use, load the file
  29.   AMITCP:bin/startnet into you favorite text editor. Search the line
  30.   where the default value for the parameter "IFACE" is set. It should look
  31.   like this:
  32.  
  33.       .def IFACE slip0
  34.  
  35.   On one of your systems, change this line into
  36.  
  37.       .def IFACE magplip0
  38.  
  39.   On the other system, change this line into
  40.  
  41.       .def IFACE magplip1
  42.  
  43.   It is of absolutely no matter which one you assign which magplip unit.
  44.   The only really important thing is that you must use both units, if you
  45.   use the standard PLIP wiring as introduced by the orignal authors, and
  46.   which I recommend for compatibility reasons and safety.
  47.  
  48.   *** To install the modified linplip.device :  (connection Amiga<->Linux)
  49.  
  50.  
  51.   The procedure to install it on the Amiga is almost the same as for installing
  52.   magplip.device, but for the unit number, with is completely ignored.
  53.  
  54.   On the Amiga side, add this line to AMITCP:db/interfaces :
  55.  
  56.   
  57.       linplip0 DEV=AMITCP:DEVS/Networks/linplip.device UNIT=0 P2P NOARP ...
  58.                                WRITEREQ=32 IPREQ=32
  59.  
  60.   And change the parameter IFACE in AMITCP:bin/startnet to :
  61.  
  62.       .def IFACE linplip0
  63.  
  64.   For detailled installation instruction for the linux driver, see the file
  65.   Installation in the directory Linux.
  66.  
  67.      -- Stéphane Zermatten
  68.  
  69.   Please read also the "Installation" section in the supplied AmigaGuide®
  70.   documentation. There you will find a more detailed description about the
  71.   installation.
  72.  
  73.   Have fun,
  74.  
  75.   Marius Gröger
  76.